home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / j32.sit / j.rsrc / TEXT_705_<. >..txt < prev    next >
Text File  |  1991-06-13  |  401b  |  6 lines

  1. <. >. (Verbs)
  2.  
  3. FLOOR, CEILING (_)  <.y gives the floor or integer part of y, and <.y is therefore the largest integer such that (<.y) <: y. The implied comparison with integers is tolerant. See Equal (=). The ceiling >.y is ΓÇô<.ΓÇôy.  See McDonnell [4] for the case of complex arguments.
  4.  
  5. LESSER OF, LARGER OF (0 0)  x<.y is the lesser of x and y, and x>.y yields the larger. Thus,  3<.4 _4 is 3 _4.
  6.